@charset "utf-8";

#bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html,
body {
  position: relative;
  width: 100%;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;

}
a:link,
a:visited {
  text-decoration: none;
  outline: 333;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #00a2df;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
textarea {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  -webkit-appearance: none;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.font16 {
  font-size: 16px;
}
.font48 {
  font-size: 48px;
}
.font38 {
  font-size: 38px;
}
.color333 {
  color: #333;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片垂直左对齐*/
.middleLeft {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
/*图片底部居中对齐*/
.bottomCenter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
/*图片顶部居中对齐*/
.topCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
/*页面主体区域的宽*/
.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
}
.page a,
.page span {
  color: #999999;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  margin: 0 3px;
  border-radius: 50%;
  font-size: 16px;
  background: #ffffff;
  font-family: Futura Md BT;
  vertical-align: middle;
  transition: all 0.5s;
}
.page a.first,
.page span.first {
  background: url(../images/icon/first.png) no-repeat;
}
.page a.prev,
.page span.prev {
  background: url(../images/icon/prev.png) no-repeat;
}
.page a.next,
.page span.next {
  background: url(../images/icon/next.png) no-repeat;
}
.page a.last,
.page span.last {
  background: url(../images/icon/last.png) no-repeat;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #115275;
  color: #fff;
}
.page a.cur.first,
.page span.cur.first,
.page a:hover.first,
.page span:hover.first {
  background: #115275 url(../images/icon/first-02.png) no-repeat;
}
.page a.cur.prev,
.page span.cur.prev,
.page a:hover.prev,
.page span:hover.prev {
  background: #115275 url(../images/icon/prev-02.png) no-repeat;
}
.page a.cur.next,
.page span.cur.next,
.page a:hover.next,
.page span:hover.next {
  background: #115275 url(../images/icon/next-02.png) no-repeat;
}
.page a.cur.last,
.page span.cur.last,
.page a:hover.last,
.page span:hover.last {
  background: #115275 url(../images/icon/last-02.png) no-repeat;
}
.indent2 {
  text-indent: 2em;
}
.mt20 {
  margin-top: 20px;
}
.returnTop {
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
.returnTop img {
  vertical-align: middle;
}












/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:550px){  


.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}










}







